@charset "utf-8";
/* CSS Document */

html, body, div, p, span, label, img, a, ol, ul, dl, dt, dd, li, table, tr, td, th, tbody, thead, tfoot, form, fieldset, legent, h1, h2, h3, h4, h5, h6, strong, b, em, blockquote, cite, pre, code, hr, br, input, button, textarea {
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
a img {
    border: 0 none;
}
a, input {
    outline: 0 none;
}
input, button {
    cursor: pointer;
    outline: 0 none;
}
input[type="text"] {
    cursor: text !important;
}
:focus {
    outline: 0 none;
}
abbr, acronym {
    border: 0 none;
}
caption, cite, code, em, th, var {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
}
ol, ul {
    list-style-type: none;
}

th, caption {
    text-align: left;
}
a:link, a:visited {
    text-decoration: none;
}
img, input, select {
    vertical-align: middle;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
}
.hidden {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.middle {
    vertical-align: middle;
}
.cursor {
    cursor: pointer;
}
.txtleft {
    text-align: left;
}
.txtright {
    text-align: right;
}
.txtcenter {
    text-align: center;
}
.noborder {
    border: 0 none !important;
}
.b {
    font-weight: bold;
}
.sub {
    vertical-align: sub;
}
.sup {
}
.red {
    color: #FF0000;
}
.orange {
    color: #FFA500;
}
.yellow {
    color: #FFFF00;
}
.green {
}
.blue {
    color: #0000FF;
}
.dark-gray {
    color: #333333;
}
.gray {
    color: #666666;
}
.light-gray {
    color: #999999;
}
.an_ccc {
    color: #CCCCCC;
}
















